PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFGeospatialMeasure Class
Fields Methods


In This Topic
    PDFGeospatialMeasure Class Members
    In This Topic

    The following tables list the members exposed by PDFGeospatialMeasure.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected Field (Inherited from com.o2sol.pdf4java.spatial.PDFMeasure)
    Top
    Public Methods
     NameDescription
    Public MethodGets the map bounds.
    For maps, this bounding polygon is known as a neatline. These points (x and y) are expressed relative to a unit square that describes the bounds associated with a , or .  
    Public MethodGets the coordinate system.  
    Public MethodGets the COS measure. (Inherited from com.o2sol.pdf4java.spatial.PDFMeasure)
    Public MethodGets the display coordinate system.  
    Public MethodGets the geographic points.
    These values shall be based on the geographic coordinate system described by .  
    Public MethodGets the local points.
    The unit square is mapped to the rectangular bounds of the , or that contains the measure object.
    This array shall contain the same number of points as the array; each point is the unit square object position corresponding to the geospatial position in the array.  
    Public MethodGets the preferred unit for displaying angles.
    Only these values are supported for this method: and .  
    Public MethodGets the preferred unit for displaying areas.
    Only these values are supported for this method: , , , , and .  
    Public MethodGets the preferred unit for displaying distances.
    Only these values are supported for this method: , , , , and .  
    Public MethodSets the map bounds.  
    Public MethodSets the coordinate system.  
    Public MethodSets the display coordinate system.  
    Public MethodSets the geographic points.
    These values shall be based on the geographic coordinate system described by .  
    Public MethodSets the local points.
    The unit square is mapped to the rectangular bounds of the , or that contains the measure object.
    This array shall contain the same number of points as the array; each point is the unit square object position corresponding to the geospatial position in the array.  
    Public MethodSets the preferred unit for displaying angles.
    Only these values are supported for this method: and .  
    Public MethodSets the preferred unit for displaying areas.
    Only these values are supported for this method: , , , , and .  
    Public MethodSets the preferred unit for displaying distances.
    Only these values are supported for this method: , , , , and .  
    Top
    See Also